home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / 1 / ansidoor.cfg < prev    next >
Text File  |  1992-02-19  |  3KB  |  119 lines

  1. ;
  2. ;  MAGNUM ONE CD-ROM
  3. ;
  4. ;  ROMDOOR CONFIG FILE
  5. ;  (C) Jim Snowden
  6. ;  Helix Software Foundation
  7. ;
  8. ;  Please read romdoor.doc for complete descriptions on the following items.
  9. ;  Note that the -C command line parameter will tell ROMDOOR which config
  10. ;  file to use, and if none is given, ROMDOOR will use ansidoor.cfg in the
  11. ;  current directory.
  12. ;
  13. ;
  14. ; The following tells romdoor which drive the cd-rom is setup on.  ONLY
  15. ; use this if you specified the OFF switch when creating the allfiles.dat.
  16. ;
  17. CDROM_DRIVE ?
  18. ;
  19. ; This is where your remote transfer directory lies.  (For BBS use only)
  20. ;
  21. XFER_DEST T:\ARCS\CDXFER 
  22. ;
  23. ; This is the name of the file name for the file descriptions of the
  24. ; transfer directory (commonly files.bbs in the xfer directory...
  25. ; for BBS use only)
  26. ;
  27. XFER_DESC T:\ARCS\CDXFER\FILES.BBS
  28. ;
  29. ; Name of your BBS
  30. ;
  31. BBS_NAME "Magnum One"
  32. ;
  33. ;  Each file "area" needs to be defined...  the 1rst parm to AREA is
  34. ;  the name of the descritpion file for the area and the 2nd is the name 
  35. ;  of the area.
  36. ;
  37. AREA 001.dir  Utilities A - M
  38. AREA 002.dir  Utilities N - Z
  39. AREA 003.dir  Data Base/Word Processing
  40. AREA 004.dir  Games 1
  41. AREA 005.dir  Games 2
  42. AREA 006.dir  Business & Finance 
  43. AREA 007.dir  Communications 1 
  44. AREA 008.dir  Communications 2
  45. AREA 009.dir  Gif's
  46. AREA 010.dir  Home * Personal Programs
  47. AREA 011.dir  Graphics, Sound & Video
  48. AREA 012.dir  ASM & C Language
  49. AREA 013.dir  Miscellaneous
  50. AREA 014.dir  Windows 1
  51. AREA 015.dir  Windows 2
  52. AREA 016.dir  Windows 3
  53. AREA 017.dir  Printer Utilities
  54. AREA 018.dir  Turbo Pascal & Pascal
  55. AREA 019.dir  BBS Doors & Utilities
  56. AREA 020.dir  BBS Utilities
  57. AREA 021.dir  DesqView Utilities
  58. AREA 022.dir  Hard, Floppy & Ram Drives
  59. AREA 023.dir  Virus Utilities
  60. AREA 024.dir  Icon's 1
  61. AREA 025.dir  Icon's 2
  62. AREA 026.dir  Educational Programs
  63. AREA 027.dir  Other Operating Systems
  64. ;
  65. ; This is the decompression command for the CD, surrounded by quotes
  66. ; Leave a space at the end so the arc file is not right up against
  67. ; anything.
  68. ;
  69. DECOMP_COMMAND "XARC "
  70. ;
  71. ; Complete file list of CD
  72. ;
  73. ALL_FILES_LIST FILELIST.DAT
  74. ;
  75. ; This is the name of your catalog asc/ansi screen
  76. ;
  77. CATALOG dir
  78. ;
  79. ; This is the name of your introduction asc/ansi screen
  80. ;
  81. INTRO magnum
  82. ;
  83. ;
  84. ; This is the title of the CD 
  85. ;
  86. CDROM_NAME "Magnum One"
  87. ;
  88. ; This is the default extension for copying files from the CD
  89. ; Be sure to include the . before the three letter extension.
  90. ;
  91. DEF_EXT .ARC
  92. ;
  93. ; This is the default extension for viewing text files from the CD
  94. ; Be sure to include the . before the three letter extension.
  95. ;
  96. DEF_TEXT_EXT .DOC
  97. ;
  98. ; This is the temp file that romdoor will use for searches, etc.
  99. ; Might want to make this one your vdisk if you have one that is over
  100. ; 100K
  101. ;
  102. TEMP_FILE \temp.$$$
  103. ;
  104. ; This is the compression listing/viewing utility that will be executed
  105. ; for local use
  106. ;
  107. LOCAL_COMP_UTL "none"
  108. ;
  109. ; This is the compression listing/viewing utility that will be executed
  110. ; for remote use
  111. ;
  112. REMOTE_COMP_UTL "va "
  113. ;
  114. ; This will determine whether ANSI screen control will be used.  
  115. ;   0 = OFF    1 = ON
  116. ; Note that the -A command line parameter will overload this value.
  117. ;
  118. ANSI_DEFAULT 0
  119.